home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d19 / 15rpch33.arc / DOORPCH.USR < prev    next >
Text File  |  1988-09-28  |  4KB  |  66 lines

  1. '******************************************************************************
  2. '*              DOORPCH.USR Version 3.3 for PCBOARD 14.0 + Doors              *
  3. '*                       By Clint Labarthe, Ben Perron                        *
  4. '*                           and Terry Shockley                               *
  5. '*               Copyright (C), 1987, 1988 All Rights Reserved                *
  6. '*                This logic begins at line number (label) 1.                 *
  7. '*                                                                            *
  8. '*          Do NOT under any circumstances modify this INCLUDE file.          *
  9. '*          Any modification will result in an INCORRECT Link and program     *
  10. '*          failure as DOORPCH has already been linked using it.              *
  11. '******************************************************************************
  12.  
  13. ' Common BLOCK Doorpch shared only with DOORPCH DOOR programs
  14.   COMMON SHARED /Doorusr/ ALIAS.FIRST$,         _
  15.                           ALIAS.LAST$,          _
  16.                           ARG$,                 _
  17.                           BBSSYS$,              _
  18.                           BELL%,                _
  19.                           BGC%,                 _
  20.                           BLINK%,               _
  21.                           CALLALARM%,           _
  22.                           CENTER%,              _
  23.                           COMPRTOPN%,           _
  24.                           D.TIME%,              _
  25.                           DAY%,                 _
  26.                           DISPLAY%,             _
  27.                           DISPTIME$,            _
  28.                           DMIN%,                _
  29.                           ERRCNT%,              _
  30.                           ERREXP%,              _
  31.                           FGC%,                 _
  32.                           FIRST$,               _
  33.                           GRAPHICS%,            _
  34.                           HIGH%,                _
  35.                           HOURS%,               _
  36.                           HSCR#,                _
  37.                           LAST$,                _
  38.                           LN$,                  _
  39.                           LOCALUSR%,            _
  40.                           MINUTES%,             _
  41.                           MUSIC$,               _
  42.                           NAME$,                _
  43.                           NETWORK%,             _
  44.                           NODE%,                _
  45.                           OT1$,                 _
  46.                           PAGEBELL%,            _
  47.                           PARAM$,               _
  48.                           PROGB$,               _
  49.                           PROGNAME$,            _
  50.                           R.ELEASE$,            _
  51.                           RETURNCASE%,          _
  52.                           SECONDS%,             _
  53.                           SINCEMID#,            _
  54.                           SYSFIRST$,            _
  55.                           SYSLAST$,             _
  56.                           SYSNAME$,             _
  57.                           SYSOP%,               _
  58.                           TBSN%,                _
  59.                           TDATE$,               _
  60.                           TIME.ON#,             _
  61.                           TIME.START#,          _
  62.                           USR.KY$,              _
  63.                           USR.NODE$,            _
  64.                           XPOS%,                _
  65.                           YPOS%
  66.